home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Games / Crazy Chicken Approaching / ccapproaching.exe / Crazy Chicken Approaching.res / progressprereq.dfm / progressprereq.txt < prev   
Encoding:
Text File  |  2006-11-30  |  3.1 KB  |  166 lines

  1. object frmDesign: TfrmDesign
  2.   Left = 208
  3.   Top = 119
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'passingvariables'
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '$TITLE$'
  9.   ClientHeight = 360
  10.   ClientWidth = 497
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poDesigned
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 497
  25.     Height = 59
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object Image2: TImage
  30.     Left = 40
  31.     Top = 72
  32.     Width = 32
  33.     Height = 32
  34.     AutoSize = True
  35.     Picture.Data = {<image001.ico>}
  36.   end
  37.   object Bevel2: TBevel
  38.     Left = -2
  39.     Top = 58
  40.     Width = 504
  41.     Height = 9
  42.     Shape = bsTopLine
  43.   end
  44.   object CaptionInstall: TLabel
  45.     Left = 96
  46.     Top = 72
  47.     Width = 345
  48.     Height = 33
  49.     AutoSize = False
  50.     Caption = 
  51.       'Please wait while the Install Wizard installs $TITLE$ requiremen' +
  52.       'ts. This may take several minutes.'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'Tahoma'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     Transparent = True
  60.     WordWrap = True
  61.   end
  62.   object Label5: TLabel
  63.     Left = 37
  64.     Top = 24
  65.     Width = 233
  66.     Height = 13
  67.     Caption = 'The program requirements are being configured.'
  68.     Transparent = True
  69.   end
  70.   object Label1: TLabel
  71.     Left = 24
  72.     Top = 8
  73.     Width = 184
  74.     Height = 13
  75.     Caption = 'Installing $TITLE$ Requirements'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -11
  79.     Font.Name = 'Tahoma'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     Transparent = True
  83.   end
  84.   object Label6: TLabel
  85.     Left = 5
  86.     Top = 306
  87.     Width = 60
  88.     Height = 13
  89.     Caption = 'InstallAware'
  90.     Enabled = False
  91.   end
  92.   object Bevel1: TBevel
  93.     Left = 68
  94.     Top = 314
  95.     Width = 430
  96.     Height = 9
  97.     Shape = bsTopLine
  98.   end
  99.   object Label4: TLabel
  100.     Left = 96
  101.     Top = 128
  102.     Width = 35
  103.     Height = 13
  104.     Caption = 'Status:'
  105.   end
  106.   object Image3: TImage
  107.     Left = 384
  108.     Top = 0
  109.     Width = 137
  110.     Height = 58
  111.     Picture.Data = {<image002.bmp>}
  112.     Proportional = True
  113.     Stretch = True
  114.   end
  115.   object ProgressBar: TProgressBar
  116.     Tag = 1
  117.     Left = 96
  118.     Top = 192
  119.     Width = 345
  120.     Height = 17
  121.     TabOrder = 0
  122.   end
  123.   object Cancel: TButton
  124.     Tag = 3
  125.     Left = 412
  126.     Top = 325
  127.     Width = 75
  128.     Height = 23
  129.     Caption = 'Cancel'
  130.     TabOrder = 3
  131.   end
  132.   object Next: TButton
  133.     Tag = 1
  134.     Left = 325
  135.     Top = 325
  136.     Width = 75
  137.     Height = 23
  138.     Caption = '&Next >'
  139.     Default = True
  140.     Enabled = False
  141.     TabOrder = 1
  142.   end
  143.   object Back: TButton
  144.     Tag = 2
  145.     Left = 249
  146.     Top = 325
  147.     Width = 75
  148.     Height = 23
  149.     Caption = '< &Back'
  150.     Enabled = False
  151.     TabOrder = 2
  152.   end
  153.   object ProgressLabel: TStaticText
  154.     Tag = 1
  155.     Left = 96
  156.     Top = 144
  157.     Width = 345
  158.     Height = 41
  159.     AutoSize = False
  160.     Caption = 'ProgressLabel'
  161.     Color = clBtnFace
  162.     ParentColor = False
  163.     TabOrder = 12
  164.   end
  165. end
  166.